/******************************************************************************
/ file: ssdefault.css
/ author: gary wickham
/ purpose: cascading style sheet formatting for scalespot.com
******************************************************************************/

@import url("topnav.css");
@import url("grid.css");
@import url("fonts.css");

:root {
	--main-bg-color: white;
	--header-bg-color: #333333;
	--header-txt-color: #333333;
	--footer-bg-color: #333333;
	--footer-txt-color: white;
	--chapter-bg-color: #888888;
	--chapter-txt-color: white;
	--navbar-bg-color: #333333;
	--navbar-active-color: #ddd;
	--navbar-txt-color: #f2f2f2;
	--overlay-bg-color: #333333;
	--overlay-txt-color: #f2f2f2;
	--intro-bg-color: #ffffff;
	--intro-txt-color: white;
	--body-bg-color: white;
	--body-txt-color: #111111;
	--text-bg-color: white;
	--breadcrumb-txt-color: black;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: none;
}

html {
	font-size: 20px;
	width: 100%;
}

body {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	max-width: calc(1280px + 2em);
	font-family: 'interstatelight', sans-serif;
}

hr {
	height:1px;
	border-width:0;
	color:#C0C0C0;
	background-color:#C0C0C0;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.blogHead{
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	font-size: 1.4em;
	color: #333;
	text-align: left;
}
div.blogDate{
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	font-size: 0.9em;
	color: #6F6F6F;
	text-align: left;
}

p {
	color: var(--body-txt-color);
	line-height: 1.4;
	text-decoration: none;
	text-align: left;
}

p.footer {
	font-family: 'Quicksand', sans-serif;
	color: var(--footer-txt-color);
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 5px 0px;
}

p.overlay {
	font-family: 'Quicksand', sans-serif;
	color: var(--overlay-txt-color);
	font-weight: normal;
	text-align: left;
	opacity: 1.0;
}

p.buildintro, p.reviewintro, p.galleryintro, p.walkintro, p.howtointro {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 1.5em;
	font-size: 1.2em;
	color: #333;
	text-align: left;
	/* font-size: x-large; */
}

ul, ol {
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0px;
	margin-right: 0;
	padding-left: 40px;
	color: var(--body-txt-color);
	line-height: 1.3;
	text-decoration: none;
	text-align: left;
}

@media all and (max-width: 600px) {
	html {
		font-size: 18px;
	}
}


	
/* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */

/*
@media all and (max-width: 600px) {
	p,ul {
		font-size: calc(16px + 5 * ((100vw - 600px) / 680));
	}
	p.buildintro {
		font-size: calc(21px + 3 * ((100vw - 600px) / 680));
	}
}
*/
/*
@media screen and (min-width: 1280px) {
	p,ul {
		font-size: 21px;
	}
	p.buildintro {
		font-size: 26px;
	}
}
*/

/********************************************************
 Breadcrumb
********************************************************/
.breadcrumb {
    padding: 0 .5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding:6px;
	border-radius:7px;
	font-weight: normal;
	font-size: 1em;
	color: var(--breadcrumb-txt-color);
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: "/";
}

/********************************************************
 Images
********************************************************/
img {
	max-height:100%;
	max-width: 100%;
}
img.shadow {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
}
img.gallerythumb, img.homethumb {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
	object-fit: contain;
}
img.reviewthumb {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
	max-height: 400px;
	object-fit: contain;
}
img.buildthumb {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
	max-height: 400px;
	object-fit: contain;
}
img.walkthumb {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
	max-height: 420px;
	object-fit: contain;
}
img.howtothumb {
	box-shadow: 5px 5px 10px #888888;
	border-radius: 7px;
	max-height: 470px;
	object-fit: contain;
}
img.boxart {
	box-shadow: 5px 10px 8px #888888;
	max-height:250px;
	float:right;
	border-radius: 7px;
/* border: 1px solid #404040; */
}
img.build {
	box-shadow: 5px 10px 8px #888888;
	max-height: 350px;
	border-radius: 7px;
}
img.gallery {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px;
}
img.rounded {
	border-radius: 7px;
}
img.roundedborder, img.roundedsolid {
	border-radius: 7px;
	border: 2px solid black;
}
img.roundeddashed {
	border-radius: 7px;
	border: 1px dashed black;
}

@media all and (max-width: 600px) {
	img.boxart {
		max-height:100%;
	}
}
/*
@media all and (max-width: 600px) {
	img.intro {
		display:none;
	}
}
*/

/********************************************************
 Divs
********************************************************/

.text-overlay-container {
	position: relative;
	height: 100%;
	margin: auto;
}

.review-text-overlay-block {
	position: absolute;
	bottom: 4px;
	right: 0px;
	background-color: rgba(33,33,33,0.75);
	font-size: 16px;
	color: var(--overlay-txt-color);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
}

.build-text-overlay-block {
	position: absolute;
	bottom: 5px;
	right: 0px;
	background-color: rgba(33,33,33,0.75);
	font-size: 16px;
	color: var(--overlay-txt-color);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
}

.walkaround-text-overlay-block {
	position: absolute;
	bottom: 5px;
	right: 0px;
	background-color: rgba(33,33,33,0.75);
	font-size: 16px;
	color: var(--overlay-txt-color);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
}

.text-overlay-block-center {
	position: absolute;
	background-color: rgba(150,150,150,0.9);
	color: #F7AC08;
	text-align: center;
	font-size: 2.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/********************************************************
 LINKS
********************************************************/
a:link.inline, a:visited.inline, a:active.inline {
	color: var(--body-txt-color);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dotted;
}
a:hover.inline {
	color: #096DD2;
	text-decoration: none;
}
a:link.credit, a:visited.credit, a:active.credit {
	color: var(--body-txt-color);
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover.credit {
	color: #096DD2;
	text-decoration: none;
}
a:link.imglink, a:visited.imglink, a:active.imglink {
	border-bottom-style: none;
}



/********************************************************
 Headers
*********************************************************/
h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	font-size: 1.4em;
	color: #333;
	text-align: left;
}
h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: var(--chapter-txt-color);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********************************************************
 Color Classes
*********************************************************/

.lightgray {
	background-color: #F5F5F5;
}

.rounded_dashed {
	border-radius: 7px;
	border: 1px dashed black;
}

.rounded_dashed_lightgray {
	border-radius: 7px;
	border: 1px dashed black;
	background-color: #F5F5F5;
}

/********************************************************
 Back to Top Button
*********************************************************/
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}